Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Envoy Deployment Support #200

Merged
merged 1 commit into from
Aug 16, 2022
Merged

Conversation

danehans
Copy link
Contributor

Adds initial Envoy deployment support to Infra Manager.

Fixes: #185

Signed-off-by: danehans [email protected]

@danehans danehans requested a review from a team as a code owner August 11, 2022 17:53
@danehans danehans added the provider/kubernetes Issues related to the Kubernetes provider label Aug 11, 2022
@danehans danehans added this to the 0.2.0-rc1 milestone Aug 11, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #200 (cefd1f6) into main (3003c65) will increase coverage by 2.40%.
The diff coverage is 88.50%.

@@            Coverage Diff             @@
##             main     #200      +/-   ##
==========================================
+ Coverage   61.80%   64.21%   +2.40%     
==========================================
  Files          25       26       +1     
  Lines        2100     2266     +166     
==========================================
+ Hits         1298     1455     +157     
- Misses        720      725       +5     
- Partials       82       86       +4     
Impacted Files Coverage Δ
internal/ir/infra.go 72.04% <ø> (ø)
internal/infrastructure/kubernetes/infra.go 64.28% <71.42%> (+25.39%) ⬆️
internal/infrastructure/kubernetes/deployment.go 90.00% <90.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@danehans
Copy link
Contributor Author

@LukeShu commit 7db79f0 resolves your feedback above, PTAL.

Copy link
Contributor

@LukeShu LukeShu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
provider/kubernetes Issues related to the Kubernetes provider
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Envoy Deployment Support
3 participants